home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TNEWDIRFORM / TNEWDIRFORM.txt
Encoding:
Text File  |  2001-02-01  |  1.0 KB  |  58 lines

  1. object NewDirForm: TNewDirForm
  2.   Left = 364
  3.   Top = 307
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter name of new directory'
  6.   ClientHeight = 81
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 65
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 24
  29.     Top = 24
  30.     Width = 101
  31.     Height = 13
  32.     Caption = 'New Directory Name:'
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 296
  36.     Top = 8
  37.     Width = 75
  38.     Height = 25
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 296
  44.     Top = 40
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 2
  48.     Kind = bkCancel
  49.   end
  50.   object ebDirectoryName: TEdit
  51.     Left = 24
  52.     Top = 40
  53.     Width = 257
  54.     Height = 21
  55.     TabOrder = 0
  56.   end
  57. end
  58.